@charset "utf-8";
/*#contents img{
    height: revert-layer;
}*/
#contents a {
    word-break: break-all;
}
#contents a[target="_blank"]{
    position: relative;
}
#contents a[target="_blank"]:after {
    position: absolute;
	content: '';
    background: url(/shared/img/icon-arw.svg) no-repeat;
    width: 11px;
    height: 8px;
}
#contents table th,#contents table td {
    padding: 12px 16px;
    box-sizing: border-box;
}
#contents .news-ttl02 {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.4;
    margin-top: var(--spaceL);
    position: relative;
    padding-top: 0.5em;
    margin-bottom: 26px;
}
#contents .news-ttl02::after {
    content: '';
    height: 2px;
    width: 80px;
    position: absolute;
    background: linear-gradient(90deg, #1acbff 0%, #0072bf 100%);
    top: 0;
    left: 0;
}

.box-clm2 {display: flex;}
.box-clm2>.boxR, .box-clm3>.boxR, .box-clm4>.boxR, .box-clm5>.boxR, .box-clm6>.boxR {
    float: right;
}
.box-clm2>.boxL, .box-clm3>.boxL, .box-clm4>.boxL, .box-clm5>.boxL, .box-clm6>.boxL {
    float: left;
}
#contents .box-clm2>.boxL, #contents .box-clm2>.boxR, .boxContentsS .box-clm2>.boxL, .boxContentsS .box-clm2>.boxR, #contents .w-clm2 {
    width: 347px;
}
#contents .box-clm2>.boxL, #contents .box-clm2>.boxR, .boxContentsS .box-clm2>.boxL, .boxContentsS .box-clm2>.boxR, #contents .w-clm2 {
    width: 347px;
}

/*=============================================================
 table
=============================================================*/
/* table-data 
-------------------------------------------------------------*/
.table-data{
	width:100%;
	border-collapse:collapse;
    margin-top: 10px;
}
.table-data.ulmT0 .list-circle li:first-child{margin-top: 0;}
.table-data th,
.table-data td{
	background-color:#fff;
	padding:12px 16px;
	border-right:1px solid var(--bdrColor);
	border-bottom:1px solid var(--bdrColor);
	border-left:1px solid var(--bdrColor);
	line-height: 1.5;
}
.table-data th {background-color: var(--bgBdrLightBlue);}
.table-data{border-top: 1px solid var(--bdrColor);}
.table-data th{font-weight:500;}
.table-data th:first-child,
.table-data td:first-child{border-left:none;}
.table-data th:last-child,
.table-data td:last-child{border-right:none;}
.table-data thead th{text-align:center;}
.table-data thead th{background-color:var(--bgBdrLightBlue);}
.table-data tbody th.subTtl{background-color:var(--bgColorLightBlue);}
.table-data th.ttl{background-color:var(--bgBdrLightBlue);}
.table-data .bdrR{border-right: 1px solid var(--bdrColor)!important;}
.table-data .bdrL{border-left: 1px solid var(--bdrColor)!important;}
.table-data .bgPink{
	color: #222;
	background: #FDF4F3!important;	
}
.table-data .bgHighlite{
	color: #222;
	background: #EFF5F7!important;	
}
.table-data .bgHighlite2{
	color: #222;
	background: #EFFDFF!important;	
}
.table-data .bg,
.table-data .bg01,
.table-data .bg th,
.table-data .bg td{background-color:#f5f5f5;}
.table-data .bg02{background-color:var(--bgColorLightBlue);}
.sp-table-scroll .table-caption{
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 10px;
	text-align: left;
	display: flex;
	justify-content: space-between;
}
.table-data.pRL4 th,.table-data.pRL4 td {
    padding: 12px 4px;
}
table[border="0"] {
    width: 100% !important;
    margin-top: 10px;
}
table[border="0"] th,table[border="0"] td {
    vertical-align: top;
    padding: 8px 0 23px !important;
    border-top: 1px solid #b0bec5;
    font-size: 1.4rem;
}
table[border="0"] td{padding-left: 15px !important;}
.sp-table-scroll .table-caption>span{display: block;}
.sp-table-scroll .table-caption .unit{
	font-size: 1.6rem;
	font-weight: normal;
}
.sp-table-unit{
	text-align: right;
	margin-bottom: 10px;
}

/* table-normal
--------------------------------------------------------------*/
.table-data.table-normal th,
.table-data.table-normal td{
	padding:18px 0;
	vertical-align: top;
	border-right: none;
	border-left: none;
}

/* sp-
--------------------------------------------------------------*/
.sp-table-scroll,.sp-table-block{}
.sp-table-scroll + .text-atn,
.table-data + .text-atn{margin-top: 10px;}
.no-wrap{white-space: normal;}
 
@media only screen and (max-width: 767px) {
    .box-clm2 {display: block;}
    .box-clm2>.boxR, .box-clm3>.boxR, .box-clm4>.boxR, .box-clm5>.boxR, .box-clm6>.boxR {
        float: unset;
        
    }
    .box-clm2>.boxL, .box-clm3>.boxL, .box-clm4>.boxL, .box-clm5>.boxL, .box-clm6>.boxL {
        float: unset;
        margin: 10px 0;
    }
    
     #contents table th,#contents table td {
        padding: 5px;
    }
    #contents .sp-table-scroll .table-data {
        white-space: break-spaces;
        width: 600px; 
    }
    #contents .news-ttl02 {
        font-size: 2.0rem;
        padding-top: 0.5em;
        margin-bottom: 26px;
        font-weight: 500;
        line-height: 1.4;
        margin-top: var(--spaceL);
    }
    
/*=============================================================
 table
=============================================================*/
/* table-data
--------------------------------------------------------------*/
.table-data th,
.table-data td{padding:5px;}

/* table-normal
--------------------------------------------------------------*/
.table-data.table-normal th,
.table-data.table-normal td{
	padding:10px 0;
	vertical-align :inherit;
	display: block;
	width: 100%;
}
.table-data.table-normal td{padding-top: 0;}	
.table-data.table-normal th{
	border-bottom: none;
	padding-bottom: 5px;
}
	
/* sp-table-scroll 
--------------------------------------------------------------*/
.sp-table-scroll{
	overflow:auto;
	/*white-space:nowrap;*/
	-webkit-overflow-scrolling:touch;
	position:relative;
	z-index:2;
	margin-right: -4.9%;
}
.sp-table-scroll>table{margin-bottom:5px;}
.sp-table-scroll .cellFix{
	position:-webkit-sticky;
	position:sticky;
	top:0;
	left:0;
	z-index:1;
}
html:not(.win) .sp-table-scroll::-webkit-scrollbar,
html:not(.win) .table-container::-webkit-scrollbar {
    height: 5px;
}

html:not(.win) .sp-table-scroll::-webkit-scrollbar-track,
html:not(.win) .table-container::-webkit-scrollbar-track {
    background: #e3e4e5;
    border-radius: 10px;
}

html:not(.win) .sp-table-scroll::-webkit-scrollbar-thumb,
html:not(.win) .table-container::-webkit-scrollbar-thumb {
    background: #84919d;
    border-radius: 10px;
}
.sp-table-scroll .table-container {
	overflow-x: auto;
}
.sp-table-scroll .table-caption{font-size: 1.6rem;}	
.sp-table-scroll .table-caption{
	display: block;
	margin-bottom: 0;
}
.sp-table-scroll .table-caption .ttl {
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px;
	z-index: 1;
}
.sp-table-scroll .table-caption .unit{
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px 4.8% 5px 5px;
	z-index: 1;
}
.sp-table-scroll.sc .arwSc {
	opacity: 0.4;
	visibility: visible;
}
/* table-data */
.sp-table-scroll .table-data{
	border-collapse:separate;
	border-spacing:0;
	white-space: nowrap;
}
.sp-table-scroll .table-data th,
.sp-table-scroll .table-data td{border-left:none;}
.sp-table-scroll.caption-add .table-data{margin-top: 40px;}
.sp-table-scroll.caption-add.add2L .table-data{margin-top: 60px;}
.sp-table-scroll.caption-add.add3L .table-data{margin-top: 80px;}		
.sp-table-scroll .table-data .cellFix{min-width: 5em;;}
.sp-table-scroll .table-data .w7em{min-width: 7em;}	
.sp-table-scroll .table-data .w9em{min-width: 9em;}		
.sp-table-unit{}
.no-wrap{white-space: normal!important;}
#rd.announcements .table-data,
#sustainability .table-data{
	white-space: normal!important;
	width: 800px;
}
#rd.announcements .table-data a{word-break: break-all;}	
#rd.announcements .table-data thead th{width: 300px!important;}
	
/* sp-table-block
--------------------------------------------------------------*/
.sp-table-block th,
.sp-table-block td{
	white-space:normal !important;
	display:block;
	width:auto !important;
	border-right:none !important;
	border-left:none !important;
}
.sp-table-scroll.w800 .table-data{
	white-space:inherit!important;
	width: 800px;
}
}